home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / main / main.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  161 b   |  9 lines

  1. on exitFrame
  2.   global startticks
  3.   go(the frame)
  4.   if (the ticks - startticks) >= (60 * 0.5) then
  5.     blinkbutton()
  6.     set startticks to the ticks
  7.   end if
  8. end
  9.